Meta description:
When making an action that deals Ice damage, the character can spend 3 SP to create a 3m wide ice rink at the impact point for the next 5 seconds. Every creature crossing the ice rink a their normal speed have to make an Acrobatics test. On a failed test the creature fall prone. In order to not be affected by it, a creature can cross the ice rink at half their movement speed.
-
Name:
mIceRinkI
-
Displayed name:
Ice rink I
-
Description:
When making an action that deals Ice damage, the character can spend 3 SP to create a 3m wide ice rink at the impact point for the next 5 seconds. Every creature crossing the ice rink a their normal speed have to make an Acrobatics test. On a failed test the creature fall prone. In order to not be affected by it, a creature can cross the ice rink at half their movement speed.
-
Cost:
expCost(200,100)-0
-
Script:
-
Duration:
-1
-
Type:
0
-
Recurrent script:
-
Add ons:
-
Condition:
action:tagsContain([[iceDamage]])
-
Description:
-
Variables:
vRinkSize = 3 vRinkDuration = 5
-
Script:
-
Action effects:
-
Use case:
vUseRink*1
-
Name:
Ice rink
-
Description:
The character can spend 3 SP to create a vRinkSize.string meter wide ice rink at this impact point for the next vRinkDuration.string seconds.
-
Script:
effect = character:createEffect([[mIceRink]]) effect.displayName.value = [[Ice rink]] effect.description.value = [[Every creature crossing the ice rink a their normal speed have to make an Acrobatics test. On a failed test the creature fall prone. In order to not be affected by it, a creature can cross the ice rink at half their movement speed.]] effect.duration.value = [[{{vRinkDuration}}]] effect:activate()
-
Variables:
vUseRink = ToggleVariable([[vUseRink]],[[Ice rink]])
-
-
-
Upgrades:
-
Name:
mIceRinkII
-
Displayed name:
Ice rink II
-
Description:
Increases the ice rink duration by 5 seconds.
-
Cost:
expCost(400,150)-100
-
Script:
master.displayName:set([[Ice rink II]]) master.description:replace([[5 seconds]],[[10 seconds]]) master.addOns[1].variables:replace([[vRinkDuration = 5]],[[vRinkDuration = 10]])
-
Duration:
-1
-
Type:
0
-
Recurrent script:
-
Add ons:
-
Name:
mIceRinkIII
-
Displayed name:
Ice rink III
-
Description:
Increases the ice rink size by 2 meters.
-
Cost:
expCost(550,250)-200
-
Script:
master.displayName:set([[Ice rink III]]) master.description:replace([[3m wide]],[[5m wide]]) master.addOns[1].variables:replace([[vRinkSize = 3]],[[vRinkSize = 5]])
-
Duration:
-1
-
Type:
0
-
Recurrent script:
-
Add ons:
-